Remove large intermediary OAS files#249907
Merged
jloleysens merged 3 commits intoelastic:mainfrom Jan 22, 2026
Merged
Conversation
Contributor
Author
|
/ci |
Contributor
Author
|
/ci |
Contributor
|
Pinging @elastic/kibana-core (Team:Core) |
afharo
approved these changes
Jan 22, 2026
Contributor
💚 Build Succeeded
Metrics [docs]
History
|
NicholasPeretti
pushed a commit
to NicholasPeretti/kibana
that referenced
this pull request
Jan 22, 2026
delanni
added a commit
that referenced
this pull request
Jan 22, 2026
## Summary #249907 removes the intermediary files for the OAS snapshot validation, however, in the `on-merge` pipeline, the files are not generated, so the merging fails. This PR makes generation default, so we pass this stage in the on-merges.
qn895
pushed a commit
to qn895/kibana
that referenced
this pull request
Jan 22, 2026
qn895
pushed a commit
to qn895/kibana
that referenced
this pull request
Jan 22, 2026
## Summary elastic#249907 removes the intermediary files for the OAS snapshot validation, however, in the `on-merge` pipeline, the files are not generated, so the merging fails. This PR makes generation default, so we pass this stage in the on-merges.
dennis-tismenko
pushed a commit
to dennis-tismenko/kibana
that referenced
this pull request
Jan 22, 2026
dennis-tismenko
pushed a commit
to dennis-tismenko/kibana
that referenced
this pull request
Jan 22, 2026
## Summary elastic#249907 removes the intermediary files for the OAS snapshot validation, however, in the `on-merge` pipeline, the files are not generated, so the merging fails. This PR makes generation default, so we pass this stage in the on-merges.
7 tasks
davismcphee
pushed a commit
to davismcphee/kibana
that referenced
this pull request
Jan 28, 2026
elastic#249907 removes the intermediary files for the OAS snapshot validation, however, in the `on-merge` pipeline, the files are not generated, so the merging fails. This PR makes generation default, so we pass this stage in the on-merges.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove and ignore intermediary files
./oas_docs/bundle.jsonand./oas_docs/bundle.serverless.json. These files can be derived from thenode scripts/capture_oas_snapshotCLI and do not need to be included in source tracking.One drawback is that if developers want to generate docs locally using
oas_docs/makefilethey might run into an error that files needed don't exist. Added an error to try and guide them.